.default-newslist .default-ul{display: none;}
.default-newslist .default-ul.active{display: block;}
.default-newslist .default-ul table{ width:100%;}
@media screen and (min-width: 750px) {
    .search-box {
        width: 100%;
        background-color: #E6EFF6;
        padding: 30px 0;
    }
    .search-content {
        width: 70%;
        height: 80px;
        border: 3px solid #2A9CFD;
        border-radius: 10px;
        margin: 0 auto;
        padding-left: 20px;
    }
    .search-content img {
        float: left;
        width: 40px;
        height: 40px;
        margin-right: 10px;
        margin-top: 18px;
    }
    .search-content input {
        float: left;
        width: 530px;
        margin-right: 10px;
        height: 74px;
        border: 0;
        border-color: rgba(0, 0, 0, 0) !important;
        background-color: rgba(0, 0, 0, 0);
        font-size: 36px;
        outline: none;
    }
    .search-buttom {
        float: right;
        background-color: #1B96FF;
        width: 150px;
        height: 76px;
        border-radius: 0 5px 5px 0;
        color: #fff;
        font-size: 36px;
        text-align: center;
        line-height: 74px;
        cursor: pointer;
    }
    .search-text {
        font-size: 36px;
        color: #999;
        margin: 20px 15%;
    }
    .search-text a {
        color: #000;
        text-decoration: none;
        color: #999;
    }
    .headlines {
        width: 100%;
        padding: 20px 50px;
    }
    .headlines img {
        display: inline-block;
        width: 80px;
    }
    .headlines-title {
        width: 885px;
        display: inline-block;
        vertical-align: top;
        margin-left: 30px;
        font-size: 32px;
    }
    #banner {
        position: relative;
        width: 100%;
        height: 550px;
        overflow: hidden;
    }
	
.banner-box{ display:inline-block !important;width:100%;height:550px; position:relative;overflow:hidden}
.banner-item{ width:100%;height:550px !important;position:relative;}
.banner-item a{ width:100%; height:100%; display:block;}
.banner_info{ width:100%; position:absolute;bottom:0;left:0;height:80px;line-height:80px;color:#fff;z-index:1001;cursor:pointer;font-size:36px; padding:0 0 0 15px; white-space:nowrap;text-overflow:ellipsis;overflow:hidden; background:rgba(0,0,0,0.6);}

.banner-box .slick-dots{ display:block !important; width:auto; position:absolute; right:15px; bottom:12px}
.banner-box .slick-dots li{width:45px;height:45px; line-height:45px; margin:0 0 0 5px;float:left;display:block;cursor:pointer;text-align:center; background:none; color:#fff;font-size:36px; border-radius:0;}
.banner-box .slick-dots .slick-active{background:#1B96FF}
/*--------------------------------------------------------------
 # Slider / Slick
 --------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  outline: 0;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

    #banner_list img {
        border: 0px;
    }
    #banner_bg {
        position: absolute;
        bottom: 0;
        background-color: #000;
        height: 80px;
        filter: Alpha(Opacity=30);
        opacity: 0.6;
        z-index: 1000;
        cursor: pointer;
        width: 100%;
    }
    #banner_info {
        position: absolute;
        bottom: 0;
        left: 15px;
        height: 80px;
        line-height: 80px;
        color: #fff;
        z-index: 1001;
        cursor: pointer;
        font-size: 36px;
        max-width: 50%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    #banner_text {
        position: absolute;
        width: 120px;
        z-index: 1002;
        right: 3px;
        bottom: 3px;
    }
    #banner ul {
        position: absolute;
        list-style-type: none;
        filter: Alpha(Opacity=80);
        opacity: 0.8;
        z-index: 1002;
        margin: 0;
        padding: 0;
        right: 15px;
        height: 50px;
        line-height: 50px;
        bottom: 12px;
    }
    #banner ul li {
        padding: 0px 15px;
        float: left;
        display: block;
        color: #FFF;
        cursor: pointer;
        font-size: 32px;
    }
    #banner ul li.on {
        background: #1B96FF
    }
    #banner_list a {
        position: absolute;
    }
    #swiper {
        position: relative;
        width: 100%;
        height: 150px;
        overflow: hidden;
    }
    #swiper_list {
        position: relative;
    }
    #swiper_list img {
        border: 0px;
		height:150px;
    }
    .swiper-left {
        width: 45px;
        height: 45px;
        position: absolute;
        left: 25px;
        top: 55px;
        z-index: 1001;
        cursor: pointer;
    }
    .swiper-right {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 20px;
        top: 50px;
        z-index: 1001;
        cursor: pointer;
    }
    #textSwiper {
        position: relative;
        width: 100%;
        height: 450px;
    }
    #textSwiper_list {
        position: relative;
    }
    #textSwiper_list .textSwiper-item {
        border: 0px;
        position: absolute;
        background-color: #fff;
        width: 100%;
        justify-content: space-between;
    }
    .textSwiper-item-title {
        display: inline-block;
        width: 32%;
        height: 80px;
        margin-bottom: 10px;
        background-color: #E7EDF5;
        text-align: center;
        line-height: 80px;
        cursor: pointer;
        font-size: 36px;
    }
    .textSwiper-item-title:nth-child(3n-1) {
        margin: 0 17px;
    }
    #textSwiper ul {
        position: absolute;
        list-style-type: none;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1002;
    }
    #textSwiper ul li {
        display: inline-block;
        border: 1px solid #999;
        background-color: #fff;
        cursor: pointer;
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }
    #textSwiper ul li.on {
        background: #1B96FF;
        border: 1px solid #1B96FF;
    }
    .bottom-images-box {
        width: 100%;
        justify-content: space-between;
        margin-top: 30px;
    }
    .bottom-images-div {
        width: 48%;
        display: inline-block;
        background-color: #F2F6F9;
        text-align: center;
        padding: 50px 0;
    }
    .bottom-images-div:nth-child(2n) {
        margin: 0 17px 17px;
    }
    .bottom-images-img {
        width: 100px;
        height: 100px;
    }
    .bottom-images-title {
        margin-top: 30px;
        font-size: 36px;
    }
    .bottom-images-box2 {
        width: 100%;
        margin-top: 30px;
        background-color: #F2F6F9;
		text-align:center;
    }
    .bottom-images-div2 {
        display: inline-block;
        width: 33%;
        text-align: center;
        padding: 30px 0;
    }
    .bottom-images-img2 {
        width: 230px;
        height: 230px;
    }
    .bottom-images-title2 {
        margin-top: 15px;
        font-size: 36px;
    }
}

@media screen and (max-width: 750px) {
    .search-box {
        width: 100%;
        background-color: #E6EFF6;
        padding: 0.24rem 0;
    }
    .search-content {
        width: 80%;
        height: 0.6rem;
        border: 0.02rem solid #2A9CFD;
        border-radius: 0.07rem;
        margin: 0 auto;
        padding-left: 0.15rem;
        display: flex;
        align-items: center;
    }
    .search-content img {
        float: left;
        width: 0.3rem;
        height: 0.3rem;
        margin-right: 0.07rem;
    }
    .search-content input {
        float: left;
        width: 4.2rem;
        margin-right: 0.1rem;
        height: 0.6rem;
        border: 0;
        border-color: unset !important;
        background-color: rgba(0, 0, 0, 0) !important;
        font-size: 0.24rem;
        outline: none;
    }
    .search-buttom {
        float: right;
        background-color: #1B96FF;
        width: 1.2rem;
        height: 0.6rem;
        border-radius: 0.05rem;
        color: #fff;
        font-size: 0.28rem;
        text-align: center;
        line-height: 0.6rem;
        cursor: pointer;
    }
    .search-text {
        font-size: 0.26rem;
        color: #999;
        margin: 0.15rem 10%;
    }
    .search-text a {
        color: #000;
        text-decoration: none;
        color: #999;
    }
    .headlines {
        width: 100%;
        padding: 0.15rem 0.2rem;
        display: flex;
        align-items: center;
    }
    .headlines img {
        width: 0.7rem;
    }
    .headlines-title {
        width: 6.2rem;
        margin-left: 0.2rem;
        font-size: 0.3rem;
    }
    #banner {
        position: relative;
        width: 100%;
        height: 4rem;
        overflow: hidden;
    }
	
.banner-box{ display:inline-block !important;width:100%;height:4rem; position:relative;overflow:hidden}
.banner-item{ width:100%;height:4rem !important;position:relative;}
.banner-item a{ width:100%; height:100%; display:block;}
.banner_info{ width:100%; position:absolute;bottom:0;left:0;height:40px;line-height:40px;color:#fff;z-index:1001;cursor:pointer;font-size:0.3rem; padding:0 130px 0 15px; white-space:nowrap;text-overflow:ellipsis;overflow:hidden; background:rgba(0,0,0,0.6);}

.banner-box .slick-dots{ display:block !important; width:auto; position:absolute; right:15px; bottom:0.14rem !important }
.banner-box .slick-dots li{width:20px;height:20px; line-height:20px; margin:0 0 0 5px;float:left;display:block;cursor:pointer;text-align:center; background:none; color:#fff;font-size:0.24rem; border-radius:0;}
.banner-box .slick-dots .slick-active{background:#1B96FF}
/*--------------------------------------------------------------
 # Slider / Slick
 --------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  outline: 0;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
	
	
    #banner_list img {
        border: 0px;
    }
    #banner_bg {
        position: absolute;
        bottom: 0;
        background-color: #000;
        height: 0.6rem;
        filter: Alpha(Opacity=30);
        opacity: 0.6;
        z-index: 1000;
        cursor: pointer;
        width: 100%;
    }
    #banner_info {
        position: absolute;
        bottom: 0;
        left: 0.12rem;
        height: 0.6rem;
        line-height: 0.6rem;
        color: #fff;
        z-index: 1001;
        cursor: pointer;
        font-size: 0.24rem;
        max-width: 50%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    #banner_text {
        position: absolute;
        width: 0.9rem;
        z-index: 1002;
        right: 0.02rem;
        bottom: 0.02rem;
    }
    #banner ul {
        position: absolute;
        list-style-type: none;
        filter: Alpha(Opacity=80);
        opacity: 0.8;
        z-index: 1002;
        margin: 0;
        padding: 0;
        right: 0.12rem;
        height: 0.36rem;
        line-height: 0.36rem;
        bottom: 0.09rem;
    }
    #banner ul li {
        padding: 0px 0.12rem;
        float: left;
        display: block;
        color: #FFF;
        cursor: pointer;
        font-size: 0.26rem;
    }
    #banner ul li.on {
        background: #1B96FF
    }
    #banner_list a {
        position: absolute;
    }
    #swiper {
        margin-top: 0.3rem;
        position: relative;
        width: 100%;
        height: 1.2rem;
        overflow: hidden;
    }
    #swiper_list {
        position: relative;
    }
    #swiper_list img {
        border: 0px;
		height:68px;
    }
    .swiper-left {
        width: 0.36rem;
        height: 0.36rem;
        position: absolute;
        left: 0.2rem;
        top: 0.45rem;
        z-index: 1001;
        cursor: pointer;
    }
    .swiper-right {
        width: 0.4rem;
        height: 0.4rem;
        position: absolute;
        right: 0.15rem;
        top: 0.4rem;
        z-index: 1001;
        cursor: pointer;
    }
    #textSwiper {
        position: relative;
        width: 100%;
        height: 3.6rem;
    }
    #textSwiper_list {
        position: relative;
    }
    #textSwiper_list .textSwiper-item {
        border: 0px;
        position: absolute;
        background-color: #fff;
        width: 100%;
    }
    .textSwiper-item-title {
        float: left;
        display: inline-block;
        width: 32%;
        height: 0.6rem;
        margin-bottom: 0.07rem;
        background-color: #E7EDF5;
        text-align: center;
        line-height: 0.6rem;
        cursor: pointer;
        font-size: 0.3rem;
    }
    .textSwiper-item-title:nth-child(3n-1) {
        margin: 0 0.14rem;
    }
    #textSwiper ul {
        position: absolute;
        list-style-type: none;
        bottom: 0.15rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1002;
    }
    #textSwiper ul li {
        display: inline-block;
        border: 1px solid #999;
        background-color: #fff;
        cursor: pointer;
        width: 0.2rem;
        height: 0.2rem;
        border-radius: 50%;
    }
    #textSwiper ul li.on {
        background: #1B96FF;
        border: 1px solid #1B96FF;
    }
    .bottom-images-box {
        width: 100%;
        margin-top: 0.24rem;
    }
    .bottom-images-div {
		float:left;
        width: 48%;
        background-color: #F2F6F9;
        text-align: center;
        padding: 0.3rem 0;
		margin:0 2% 2% 0;
    }
    .bottom-images-div:nth-child(2n) {
        margin: 0 0 2%;
    }
    .bottom-images-img {
        width: 0.75rem;
        height: 0.75rem;
    }
    .bottom-images-title {
        font-size: 0.24rem;
    }
    .bottom-images-box2 {
        width: 100%;
        margin-top: 0.1rem;
        background-color: #F2F6F9;
        /*display: flex;
        align-items: center;
        justify-content: space-between;*/
		text-align:center;
    }
    .bottom-images-div2 {
        width: 33%;
        text-align: center;
        padding: 0.22rem 0;
		display:inline-block;
    }
    .bottom-images-img2 {
        width: 1.8rem;
        height: 1.8rem;
    }
    .bottom-images-title2 {
        font-size: 0.22rem;
    }
    .img-box {
        display: flex;
        flex-wrap: wrap;
    }
    .img-box img {
        width: 100%;
        margin-bottom: 0.2rem;
    }

	
}
	
.top-news{ width:100%; max-width:1100px; padding:.36rem; margin:0 auto; border-bottom: .11rem solid #0D8EE9; overflow:hidden;}
.top-news .news-first{ float:left; width:15%; height:1.51rem; line-height: .6rem; padding: .28rem 0; margin:.3rem 0 0; font-size: .36rem; background:url(topicon.png) no-repeat top center; background-size:contain; text-align:center; color:#fff;}
.top-news .news-second{ float:left; width:82%; margin-left:3%;}
.top-news .news-second ul li{ line-height:.6rem;}
.top-news .news-second ul li a:before{ height:.1rem;width:.1rem; top:.28rem;left:0; content:'';display:block;background:#0D8EE9;position:absolute;}
.top-news .news-second ul li a{ color:#0D8EE9; padding:0 0 0 .36rem; position:relative; font-size:.3rem; line-height:.6rem; display:block; overflow:hidden; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.top-news .news-second p a{ color:#0D8EE9; font-size:.29rem; line-height:.6rem;}

.old_type .top-news{ max-width:1100px;}
.old_type .top-news .news-second ul li a,.old_type .top-news .news-second p a{ font-size:.36rem;}
.old_type .headlines-title{ font-size:.36rem;}

/*create*/
.old_type .fa6-old{background-color: #F2F6F9; margin:30px 0 0; padding:30px; overflow:hidden;}
.old_type .fa6-old-title{ font-size: 44px; width: 100%; line-height: 72px; font-weight:bold;}
.old_type .c_tit-old{ width: 40%;height: 72px; line-height: 72px; margin-right: 40px; margin-top: 15px; margin-left: 0; background:#fff url(n_down.png) no-repeat 92% center; font-size: 36px;}
.old_type .fa7-old{ font-size:36px;background-color: #F2F6F9; padding:0 30px 30px;}
.old_type .fa7-old .cont{ background:#fff; padding:30px 0; overflow:hidden;}
.old_type .fa7-old a { float:left; width:33.333%; font-size: 32px; line-height: 72px; width: 33%; background:#fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding:0 30px;}

.fa2_pic_wap{ padding:4% 0 0; overflow:hidden;}
.fa2_pic_wap a{ float:left; width:49%; margin:0 2% 2% 0;}
.fa2_pic_wap a:nth-of-type(2n) { margin:0 0 2%;}
.fa2_pic_wap img{ width:100%; margin:0 !important;}
.top-btn-wza{ display:none;}
@media screen and (max-width: 750px) {
.fa6-old,.fa7-old{ display:none;}
.top-btn-wza{ display:block; background-color: #ec940a;border-radius: .02rem;font-size: .3rem;color: #fff !important;overflow: hidden;height: auto;box-sizing: border-box;line-height:2.5;box-shadow: 0 0 5px rgb(0 0 0 / 5%);padding: 0 .29rem; border-radius:.1rem; position:absolute; right:.2rem; top:.36rem;}
.govpushinfo150203{ height:auto !important;}
}